|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.Builder
public class Builder
Class Builder.
| Constructor Summary | |
|---|---|
Builder()
|
|
| Method Summary | |
|---|---|
static ImageWare |
create(byte[] object)
Create a imageware of from an array. |
static ImageWare |
create(byte[][] object)
Create a imageware of from an array. |
static ImageWare |
create(byte[][][] object)
Create a imageware of from an array. |
static ImageWare |
create(byte[][][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(byte[][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(byte[] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(double[] object)
Create a imageware of from an array. |
static ImageWare |
create(double[][] object)
Create a imageware of from an array. |
static ImageWare |
create(double[][][] object)
Create a imageware of from an array. |
static ImageWare |
create(double[][][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(double[][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(double[] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(float[] object)
Create a imageware of from an array. |
static ImageWare |
create(float[][] object)
Create a imageware of from an array. |
static ImageWare |
create(float[][][] object)
Create a imageware of from an array. |
static ImageWare |
create(float[][][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(float[][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(float[] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(java.awt.Image image)
Create a imageware of from an Java AWT Image. |
static ImageWare |
create(java.awt.Image image,
int type)
Create a imageware of a specified type from an Java AWT Image object. |
static ImageWare |
create(ij.ImagePlus imp)
Create a imageware of from an ImagePlus. |
static ImageWare |
create(ij.ImagePlus imp,
int type)
Create a imageware of a specified type from an ImagePlus object. |
static ImageWare |
create(ij.ImageStack stack)
Create a imageware of from an ImageStack. |
static ImageWare |
create(ij.ImageStack object,
int type)
Create a imageware of a specified type from an ImageStack object. |
static ImageWare |
create(int nx,
int ny,
int nz,
int type)
Create an empty imageware of a specified type. |
static ImageWare |
create(short[] object)
Create a imageware of from an array. |
static ImageWare |
create(short[][] object)
Create a imageware of from an array. |
static ImageWare |
create(short[][][] object)
Create a imageware of from an array. |
static ImageWare |
create(short[][][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(short[][] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare |
create(short[] object,
int type)
Create a imageware of a specified type from an array. |
static ImageWare[] |
createColor(ij.ImagePlus imp,
int type)
Create an array of 3 datasets from an ImagePlus. |
static ImageWare[] |
createColor(ij.ImageStack stack,
int type)
Create an array of 3 imageware from an ColorProcessor. |
static ImageWare |
createColorChannel(ij.ImagePlus imp,
byte channel)
Create a imageware of a specific channel if the ImagePlus is a color image. |
static ImageWare |
createColorChannel(ij.ImagePlus imp,
byte channel,
int type)
Create a imageware of a specific channel if the ImagePlus is a color image. |
static ImageWare |
createColorChannel(ij.ImageStack stack,
byte channel)
Create a imageware of a specific channel if the ImageStack is a color image. |
static ImageWare |
createColorChannel(ij.ImageStack stack,
byte channel,
int type)
Create a imageware of a specific channel if the ImageStack is a color image. |
static ImageWare[] |
createColors(ij.ImagePlus imp)
Create an array of 3 datasets from an ImagePlus. |
static ImageWare[] |
createColors(ij.ImageStack stack)
Create an array of 3 imageware from an ImageStack. |
static ImageWare |
createOnFocus()
Create a imageware of from the focussed image of ImageJ. |
static ImageWare |
createOnFocus(int type)
Create a imageware of from the focussed image of ImageJ. |
static ImageWare |
wrap(ij.ImagePlus imp)
Wrap a imageware around a ImagePlus object. |
static ImageWare |
wrap(ij.ImageStack stack)
Wrap a imageware around a ImageStack object. |
static ImageWare |
wrapOnFocus()
Wrap a imageware of from the focussed image of ImageJ. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Builder()
| Method Detail |
|---|
public static ImageWare wrapOnFocus()
image - an Java AWT Image objecttype - type of the imagewarepublic static ImageWare wrap(ij.ImagePlus imp)
imp - an ImagePlus object to wrappublic static ImageWare wrap(ij.ImageStack stack)
object - an ImageStack object to wrap
public static ImageWare create(int nx,
int ny,
int nz,
int type)
nx - size in X axisny - size in Y axisnz - size in Z axistype - type of the imagewarepublic static ImageWare create(java.awt.Image image)
image - an Java AWT Image objectpublic static ImageWare createOnFocus()
image - an Java AWT Image objecttype - type of the imagewarepublic static ImageWare create(ij.ImageStack stack)
stack - an ImageStack objectpublic static ImageWare create(ij.ImagePlus imp)
imp - an ImagePlus objectpublic static ImageWare[] createColors(ij.ImagePlus imp)
imp - an ImagePlus objectpublic static ImageWare[] createColors(ij.ImageStack stack)
stack - an ImageStack object
public static ImageWare createColorChannel(ij.ImagePlus imp,
byte channel)
imp - an ImagePlus object
public static ImageWare createColorChannel(ij.ImageStack stack,
byte channel)
stack - an ImageStack objectpublic static ImageWare create(byte[] object)
object - byte 1D arraypublic static ImageWare create(short[] object)
object - short 1D arraypublic static ImageWare create(float[] object)
object - float 1D arraypublic static ImageWare create(double[] object)
object - double 1D arraypublic static ImageWare create(byte[][] object)
object - byte 2D arraypublic static ImageWare create(short[][] object)
object - short 2D arraypublic static ImageWare create(float[][] object)
object - float 2D arraypublic static ImageWare create(double[][] object)
object - double 2D arraypublic static ImageWare create(byte[][][] object)
object - byte 3D arraypublic static ImageWare create(short[][][] object)
object - short 3D arraypublic static ImageWare create(float[][][] object)
object - float 3D arraypublic static ImageWare create(double[][][] object)
object - double 3D array
public static ImageWare create(java.awt.Image image,
int type)
image - an Java AWT Image objecttype - type of the imagewarepublic static ImageWare createOnFocus(int type)
image - an Java AWT Image objecttype - type of the imageware
public static ImageWare create(ij.ImagePlus imp,
int type)
imp - an ImagePlus objecttype - type of the imageware
public static ImageWare create(ij.ImageStack object,
int type)
object - an ImageStack objecttype - type of the imageware
public static ImageWare[] createColor(ij.ImagePlus imp,
int type)
imp - an ImagePlus objecttype - type of the imageware
public static ImageWare[] createColor(ij.ImageStack stack,
int type)
stack - an ColorProcessor objecttype - type of the imageware
public static ImageWare createColorChannel(ij.ImagePlus imp,
byte channel,
int type)
imp - an ImagePlus object
public static ImageWare createColorChannel(ij.ImageStack stack,
byte channel,
int type)
stack - an ImageStack object
public static ImageWare create(byte[] object,
int type)
object - byte 1D arraytype - type of the imageware
public static ImageWare create(short[] object,
int type)
object - short 1D arraytype - type of the imageware
public static ImageWare create(float[] object,
int type)
object - float 1D arraytype - type of the imageware
public static ImageWare create(double[] object,
int type)
object - double 1D arraytype - type of the imageware
public static ImageWare create(byte[][] object,
int type)
object - byte 2D arraytype - type of the imageware
public static ImageWare create(short[][] object,
int type)
object - short 2D arraytype - type of the imageware
public static ImageWare create(float[][] object,
int type)
object - float 2D arraytype - type of the imageware
public static ImageWare create(double[][] object,
int type)
object - double 2D arraytype - type of the imageware
public static ImageWare create(byte[][][] object,
int type)
object - byte 3D arraytype - type of the imageware
public static ImageWare create(short[][][] object,
int type)
object - short 3D arraytype - type of the imageware
public static ImageWare create(float[][][] object,
int type)
object - float 3D arraytype - type of the imageware
public static ImageWare create(double[][][] object,
int type)
object - double 3D arraytype - type of the imageware
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||